IsAnimated Property (FlexPieBase<T>)
In This Topic
Gets or sets a value indicating whether to use animation when items are selected.
Syntax
'Declaration
Public Property IsAnimated As System.Boolean
'Usage
Dim instance As FlexPieBase(Of T)
Dim value As System.Boolean
instance.IsAnimated = value
value = instance.IsAnimated
public System.bool IsAnimated {get; set;}
public read-write property IsAnimated: System.Boolean;
public function get,set IsAnimated : System.boolean
public: __property System.bool get_IsAnimated();
public: __property void set_IsAnimated(
System.bool value
);
public:
property System.bool IsAnimated {
System.bool get();
void set ( System.bool value);
}
See Also